πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Q-Function.md by @KGBicheno β˜†

Q-function

Go back to the [[AI Glossary]]

#rl

In reinforcement learning, the function that predicts the expected return from taking an action in a state and then following a given policy.

Q-function is also known as state-action value function.